home *** CD-ROM | disk | FTP | other *** search
- object fHTMLButton: TfHTMLButton
- Left = 217
- Top = 155
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'HTML Form Buttons'
- ClientHeight = 430
- ClientWidth = 439
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object Panel2: TPanel
- Left = 0
- Top = 401
- Width = 439
- Height = 29
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 0
- object Button1: TButton
- Left = 1
- Top = 1
- Width = 81
- Height = 27
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 358
- Top = 1
- Width = 81
- Height = 27
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 439
- Height = 401
- ActivePage = DropDownSheet
- Align = alClient
- MultiLine = True
- TabHeight = 1
- TabOrder = 1
- TabPosition = tpBottom
- TabWidth = 1
- object cbr: TTabSheet
- Caption = 'CheckBox / Radio Box'
- TabVisible = False
- object cbrlName: TLabel
- Left = 4
- Top = 17
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object cbrlValue: TLabel
- Left = 4
- Top = 44
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'Value'
- end
- object cbrlonclick: TLabel
- Left = 4
- Top = 104
- Width = 39
- Height = 14
- Caption = 'On Click'
- end
- object cbrName: TEdit
- Left = 78
- Top = 13
- Width = 113
- Height = 22
- TabOrder = 0
- end
- object cbrOnClick: TEdit
- Left = 78
- Top = 100
- Width = 474
- Height = 22
- TabOrder = 3
- end
- object cbrValue: TEdit
- Left = 78
- Top = 40
- Width = 294
- Height = 22
- TabOrder = 1
- end
- object cbrChecked: TCheckBox
- Left = 78
- Top = 73
- Width = 104
- Height = 19
- Caption = 'Checked'
- TabOrder = 2
- end
- end
- object TextArea: TTabSheet
- Caption = 'Text Area'
- ImageIndex = 1
- TabVisible = False
- object taName: TLabel
- Left = 9
- Top = 120
- Width = 27
- Height = 14
- Caption = 'Name'
- end
- object talCols: TLabel
- Left = 10
- Top = 220
- Width = 94
- Height = 14
- AutoSize = False
- Caption = 'Columns'
- end
- object talRows: TLabel
- Left = 10
- Top = 168
- Width = 94
- Height = 14
- AutoSize = False
- Caption = 'Rows'
- end
- object taText: TLabel
- Left = 9
- Top = 0
- Width = 21
- Height = 14
- Caption = 'Text'
- end
- object Memo1: TMemo
- Left = 10
- Top = 18
- Width = 423
- Height = 95
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object taeName: TEdit
- Left = 9
- Top = 138
- Width = 182
- Height = 22
- TabOrder = 1
- end
- object rgWrap: TRadioGroup
- Left = 215
- Top = 180
- Width = 217
- Height = 84
- Caption = 'Wrap (Optional)'
- TabOrder = 2
- end
- object taeRows: TSpinEdit
- Left = 11
- Top = 190
- Width = 68
- Height = 23
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 15
- end
- object taeCols: TSpinEdit
- Left = 11
- Top = 242
- Width = 68
- Height = 23
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 60
- end
- end
- object Buttons: TTabSheet
- Caption = 'Buttons'
- ImageIndex = 2
- TabVisible = False
- object btlName: TLabel
- Left = 3
- Top = 17
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object btlonclick: TLabel
- Left = 3
- Top = 72
- Width = 39
- Height = 14
- Caption = 'On Click'
- end
- object btlvalue: TLabel
- Left = 3
- Top = 44
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'value'
- end
- object btSelType: TRadioGroup
- Left = 78
- Top = 108
- Width = 164
- Height = 96
- Caption = 'Choose Button Style'
- ItemIndex = 0
- Items.Strings = (
- 'Button'
- 'Reset'
- 'Submit')
- TabOrder = 0
- end
- object bteName: TEdit
- Left = 78
- Top = 13
- Width = 113
- Height = 22
- TabOrder = 1
- end
- object bteOnclick: TEdit
- Left = 78
- Top = 67
- Width = 500
- Height = 22
- TabOrder = 2
- end
- object bteValue: TEdit
- Left = 78
- Top = 40
- Width = 294
- Height = 22
- TabOrder = 3
- end
- end
- object HidSh: TTabSheet
- Caption = 'Hidden'
- ImageIndex = 3
- TabVisible = False
- object hdlName: TLabel
- Left = 3
- Top = 17
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object hdlValue: TLabel
- Left = 3
- Top = 44
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'Value'
- end
- object hdeName: TEdit
- Left = 78
- Top = 13
- Width = 113
- Height = 22
- TabOrder = 0
- end
- object hdeValue: TEdit
- Left = 78
- Top = 40
- Width = 449
- Height = 22
- TabOrder = 1
- end
- end
- object PassSheet: TTabSheet
- Caption = 'Password'
- ImageIndex = 4
- TabVisible = False
- object GroupBox5: TGroupBox
- Left = 3
- Top = 0
- Width = 630
- Height = 148
- Caption = 'Properties'
- TabOrder = 0
- object pwlName: TLabel
- Left = 11
- Top = 26
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object pwlValue: TLabel
- Left = 11
- Top = 53
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'Value'
- end
- object pwlMaxLeng: TLabel
- Left = 11
- Top = 81
- Width = 56
- Height = 14
- Caption = 'Max Length'
- end
- object pwlSize: TLabel
- Left = 11
- Top = 109
- Width = 21
- Height = 14
- Caption = 'Size'
- end
- object pwlename: TEdit
- Left = 121
- Top = 22
- Width = 113
- Height = 22
- TabOrder = 0
- end
- object pwleValue: TEdit
- Left = 121
- Top = 48
- Width = 294
- Height = 22
- TabOrder = 1
- end
- object pwleMaxLaneg: TSpinEdit
- Left = 121
- Top = 74
- Width = 52
- Height = 23
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object pwleSize: TSpinEdit
- Left = 121
- Top = 102
- Width = 52
- Height = 23
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- end
- end
- object GroupBox6: TGroupBox
- Left = 3
- Top = 155
- Width = 630
- Height = 156
- Caption = 'Events'
- TabOrder = 1
- object pwlonblur: TLabel
- Left = 11
- Top = 43
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'On Blur'
- end
- object pwlonchange: TLabel
- Left = 11
- Top = 121
- Width = 68
- Height = 14
- AutoSize = False
- Caption = 'On Change'
- end
- object pwlonselect: TLabel
- Left = 11
- Top = 69
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'On Select'
- end
- object pwlonfocus: TLabel
- Left = 11
- Top = 95
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'On Focus'
- end
- object pwleOnblur: TEdit
- Left = 121
- Top = 39
- Width = 504
- Height = 22
- TabOrder = 0
- end
- object pwleOnChange: TEdit
- Left = 121
- Top = 116
- Width = 504
- Height = 22
- TabOrder = 1
- end
- object pwleOnFocus: TEdit
- Left = 121
- Top = 90
- Width = 504
- Height = 22
- TabOrder = 2
- end
- object pwleOnSelect: TEdit
- Left = 121
- Top = 65
- Width = 504
- Height = 22
- TabOrder = 3
- end
- end
- end
- object ImgSheet: TTabSheet
- Caption = 'Image'
- ImageIndex = 5
- TabVisible = False
- object imgName: TLabel
- Left = 3
- Top = 17
- Width = 97
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object imgSource: TLabel
- Left = 3
- Top = 47
- Width = 97
- Height = 14
- AutoSize = False
- Caption = 'Filename'
- end
- object imgOnclick: TLabel
- Left = 4
- Top = 78
- Width = 97
- Height = 14
- AutoSize = False
- Caption = 'On Click'
- end
- object SpeedButton1: TSpeedButton
- Left = 638
- Top = 42
- Width = 24
- Height = 24
- Caption = '...'
- OnClick = SpeedButton1Click
- end
- object AdvPicture1: TAdvPicture
- Left = 956
- Top = 0
- Width = 44
- Height = 44
- Animate = False
- AutoSize = True
- Picture.Stretch = False
- Picture.Frame = 0
- PicturePosition = bpCenter
- StretchMode = smShrink
- Visible = False
- end
- object Label5: TLabel
- Left = 257
- Top = 319
- Width = 208
- Height = 14
- AutoSize = False
- Caption = 'Alt Text:'
- end
- object imgESrc: TEdit
- Left = 103
- Top = 43
- Width = 527
- Height = 22
- TabOrder = 0
- end
- object imgeName: TEdit
- Left = 103
- Top = 13
- Width = 237
- Height = 22
- TabOrder = 1
- end
- object imgeOnclick: TEdit
- Left = 103
- Top = 73
- Width = 527
- Height = 22
- TabOrder = 2
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 107
- Width = 253
- Height = 250
- Caption = 'Picture :'
- TabOrder = 3
- object AdvPicture2: TAdvPicture
- Left = 2
- Top = 16
- Width = 249
- Height = 232
- Animate = False
- Picture.Stretch = False
- Picture.Frame = 0
- PicturePosition = bpCenter
- Align = alClient
- StretchMode = smShrink
- end
- end
- object GroupBox1: TGroupBox
- Left = 255
- Top = 107
- Width = 146
- Height = 72
- Caption = 'Dimensions'
- TabOrder = 4
- object Label3: TLabel
- Left = 9
- Top = 46
- Width = 30
- Height = 14
- Caption = 'Height'
- end
- object Label4: TLabel
- Left = 9
- Top = 20
- Width = 36
- Height = 14
- Caption = 'Width : '
- end
- object Label1: TEdit
- Left = 69
- Top = 17
- Width = 61
- Height = 22
- TabOrder = 0
- end
- object Label2: TEdit
- Left = 69
- Top = 43
- Width = 61
- Height = 22
- TabOrder = 1
- end
- end
- object CheckBox1: TCheckBox
- Left = 256
- Top = 185
- Width = 305
- Height = 18
- Caption = 'Border'
- TabOrder = 5
- end
- object GroupBox7: TGroupBox
- Left = 256
- Top = 215
- Width = 409
- Height = 94
- Caption = 'Path Style'
- TabOrder = 6
- object full: TRadioButton
- Left = 8
- Top = 18
- Width = 305
- Height = 17
- Caption = 'Full path ( myimages\myimage.jpg )'
- TabOrder = 0
- end
- object nofull: TRadioButton
- Left = 8
- Top = 35
- Width = 305
- Height = 17
- Caption = 'File only ( myimage.jpg )'
- TabOrder = 1
- end
- object comp: TRadioButton
- Left = 8
- Top = 52
- Width = 305
- Height = 17
- Caption = 'Complete path ( c:\myimages\myimage.jpg )'
- TabOrder = 2
- end
- object Relative: TRadioButton
- Left = 8
- Top = 69
- Width = 393
- Height = 17
- Caption = 'Relative path (../Program Files/foobar/img/mypic.gif )'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- end
- object Memo2: TEdit
- Left = 256
- Top = 334
- Width = 409
- Height = 22
- TabOrder = 7
- end
- end
- object TextSheet: TTabSheet
- ImageIndex = 6
- TabVisible = False
- object GroupBox3: TGroupBox
- Left = 1
- Top = 145
- Width = 618
- Height = 148
- Caption = 'Events'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- object textOnChange: TLabel
- Left = 11
- Top = 59
- Width = 64
- Height = 14
- AutoSize = False
- Caption = 'On Change'
- end
- object TextOnBlur: TLabel
- Left = 11
- Top = 32
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'On Blur'
- end
- object TextOnSelect: TLabel
- Left = 11
- Top = 111
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'On Select'
- end
- object TextOnfocus: TLabel
- Left = 11
- Top = 85
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'On Focus'
- end
- object texteOnBlur: TEdit
- Left = 121
- Top = 29
- Width = 491
- Height = 22
- TabOrder = 0
- end
- object TexteOnchange: TEdit
- Left = 121
- Top = 56
- Width = 491
- Height = 22
- TabOrder = 1
- end
- object TexteOnFocus: TEdit
- Left = 121
- Top = 82
- Width = 491
- Height = 22
- TabOrder = 2
- end
- object TexteOnSelect: TEdit
- Left = 121
- Top = 108
- Width = 491
- Height = 22
- TabOrder = 3
- end
- end
- object GroupBox4: TGroupBox
- Left = 3
- Top = 0
- Width = 615
- Height = 139
- Caption = 'Properties'
- TabOrder = 1
- object TextValue: TLabel
- Left = 11
- Top = 53
- Width = 56
- Height = 14
- AutoSize = False
- Caption = 'Value'
- end
- object TextName: TLabel
- Left = 11
- Top = 26
- Width = 59
- Height = 14
- AutoSize = False
- Caption = 'Name'
- end
- object TextMaxLen: TLabel
- Left = 11
- Top = 81
- Width = 56
- Height = 14
- Caption = 'Max Length'
- end
- object TextSize: TLabel
- Left = 11
- Top = 109
- Width = 21
- Height = 14
- Caption = 'Size'
- end
- object TextEName: TEdit
- Left = 121
- Top = 22
- Width = 113
- Height = 22
- TabOrder = 0
- end
- object textevalue: TEdit
- Left = 121
- Top = 48
- Width = 294
- Height = 22
- TabOrder = 1
- end
- object textEMaxLen: TEdit
- Left = 121
- Top = 78
- Width = 130
- Height = 22
- TabOrder = 2
- end
- object TexteSize: TEdit
- Left = 121
- Top = 103
- Width = 130
- Height = 22
- TabOrder = 3
- end
- end
- end
- object DropDownSheet: TTabSheet
- Caption = 'DropDownSheet'
- ImageIndex = 7
- object Dropdown: TGroupBox
- Left = 4
- Top = -4
- Width = 426
- Height = 389
- TabOrder = 0
- object Label6: TLabel
- Left = 8
- Top = 64
- Width = 28
- Height = 14
- Caption = 'Items:'
- end
- object Label7: TLabel
- Left = 8
- Top = 16
- Width = 30
- Height = 14
- Caption = 'Name:'
- end
- object dropItems: TMemo
- Left = 8
- Top = 80
- Width = 409
- Height = 259
- TabOrder = 0
- end
- object eName: TEdit
- Left = 8
- Top = 32
- Width = 201
- Height = 22
- TabOrder = 1
- end
- object RichEdit1: TRichEdit
- Left = 8
- Top = 349
- Width = 409
- Height = 35
- Enabled = False
- Lines.Strings = (
- 'Example: Netherlands (Menu Choice)'
- 'Example with values: Netherlands#NL (Menu Choice # Value)')
- TabOrder = 2
- end
- object chkMultiple: TCheckBox
- Left = 224
- Top = 33
- Width = 190
- Height = 17
- Caption = 'Multiple DropDown'
- TabOrder = 3
- end
- end
- end
- end
- object ActionList1: TActionList
- Left = 338
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- object OpenDialog1: TOpenPictureDialog
- Filter =
- 'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png)|*.jpg;*.j' +
- 'peg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png|Gif Image File (*.gif)|*' +
- '.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jp' +
- 'eg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles ' +
- '(*.emf)|*.emf|Metafiles (*.wmf)|*.wmf|PNG Files (*.png)|*.png|Al' +
- 'l (*.*)|*.*'
- Left = 344
- Top = 144
- end
- end
-